home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1996 #15 / Monster Media Number 15 (Monster Media)(July 1996).ISO / bbs_util / aadd120b.zip / PROBOARD.ZIP / SAMPLE.CFG
Text File  |  1996-03-22  |  3KB  |  56 lines

  1. Your Name
  2. 0000000
  3. ; Path to ALLFIX
  4. AFIX C:\ALLFIX\
  5. ; Where you would like AUTOADD.LOG stored.  Defaults to same location
  6. ; as AUTOADD.EXE.
  7. LOGG D:\AUTOADD\
  8. ; Where to find FILECFG.PRO
  9. DATA D:\PB\
  10. ; Default setup for a new file area.  See notes below.
  11. DEFN 10,A,10,2000,True,False,16,,0,*
  12. ; The FILEBONE.NA style file to scan for the description of the new file
  13. ; area.  More than one of these lines can be used.
  14. FBON C:\ALLFIX\FILEBONE.NA
  15. ;
  16. ;line 1 - The name you used to register AutoAdd (CASE SENSITIVE!!!!)
  17. ;line 2 - Your registration code
  18. ;line 3+
  19. ;  AFIX - Path to your Allfix directory
  20. ;  LOGG - Path to write AUTOADD.LOG to.  If not present, AutoAdd will
  21. ;         write the log to the same directory AutoAdd is in.  If a
  22. ;         filename is specified, it will be used.
  23. ;  DATA - The location of FILECFG.PRO. Usually x:\PB\
  24. ;  FBON - Path and name of FILEBONE.NA style files to be search for the
  25. ;         description of the auto-added file echo.  More than one may be
  26. ;         defined, one per FBON line.
  27. ;  DEFN - The defaults to use when defining the new file area in
  28. ;         Maximus.  Fielded data.
  29. ;       - Field 1: File area security level
  30. ;       - Field 2: File area access flags (A thru Z, 1 thru 6). Order
  31. ;                  does not matter nor does case.  You can make neat
  32. ;                  words here, like AutoAdd115.  In this case flags
  33. ;                  ADOTU15 would be set.
  34. ;       - Field 3: Maximum files allowed to DL.
  35. ;       - Field 4: Maximum kilobytes allowed to DL.
  36. ;       - Field 5: Do NOT show in TOPS.PB.  T, true, True, TRUE all mean
  37. ;                  "No. Do not show in TOPS.PB".  Only the first letter
  38. ;                  is checked.
  39. ;       - Field 6: Free files. True or False (T or F). Same method as
  40. ;                  field 5.  Only the first letter is checked.
  41. ;       - Field 7: Minimum age. 0 - 1000.
  42. ;       - Field 8: Date format. 0 - MM/DD/YY
  43. ;                               1 - DD/MM/YY
  44. ;                               2 - YY/MM/DD
  45. ;       - Field 9: Groups this area belongs to.  "*" = All groups.
  46. ;                  Otherwise, up to 4 groups may be listed, seperated by
  47. ;                  a comma.
  48. ;
  49. ;   ****NOTE****
  50. ;  All fields MUST be present.  Fields are seperated by a comma and
  51. ;  nothing else.  There are no "spaces" allowed!
  52. ;
  53. ;  AutoAdd will exit with an errorlevel of 1 if any new file areas were
  54. ;added.  This can be used as a signal in your maintaince batch file to
  55. ;run any necessary utilities.
  56.